home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilhive / zipr / ziprn.rev < prev    next >
Text File  |  1993-07-05  |  41KB  |  995 lines

  1.              ZIP'R For DOS (Network/Multitasker) Revision History
  2.  
  3.  
  4. 07-05-93 ■ Version 4.1
  5.  
  6.            . Corrected problems in the RegistrationNumber processing
  7.              routine.
  8.            
  9.            . Removed references to RegistrationCity in all routines.
  10.            
  11.            . Streamlined code in EXEC module to reduce code size.
  12.            
  13.            . Modified ZIPR.INI read routine to read new style 
  14.              Registration section.  (Dropped support for old style.)
  15.              
  16.            . Combined separate ZIPR.INI read routines into one sub-routine.
  17.            
  18.            . Re-wrote entire ZIPR.INI read routines to prevent possible           
  19.              problems when reading the ZIPR.INI file.
  20.  
  21.            . Added commands to swap ZIP'R to disk and load the specified
  22.              command processor when executing a .IN or .OUT command.
  23.  
  24.            . Removed implicit references to COMMAND.COM (SYSTEM) in 
  25.              the .IN and .OUT file processing routines.
  26.  
  27.            . Corrected a potential problem where a hard-coded 
  28.              "COMMAND /C " was being issued to automatically execute
  29.              the ZIF Editor if no command-line parameters were 
  30.              passed to ZIP'R.
  31.              
  32.  
  33. 06-12-93 ■ Version 4.0
  34.  
  35.            . Released ZIP'R v4.0 with version 2.0 of the ZIF Editor.
  36.            
  37.  
  38. 06-11-93 ■ Version 3.3  (Internal BETA Version.  Not Released.)
  39.  
  40.            . Eliminated slow screen drawing commands in the prelog
  41.              screen routines.  (The speed increase will be most 
  42.              noticeable when running under Windows.)
  43.  
  44.            . Revised prelog screen.  New screen eliminates unnecessary
  45.              information and presents the remaining information in a 
  46.              more visually appealing form.
  47.  
  48.            . Added installation program to automate the installation
  49.              process.  ZIP'R will now be distributed with the 
  50.              INSTALL.EXE and ZIPR??.BCF files only.
  51.              
  52.            . Updated registration number code.
  53.  
  54.            . Changed the location of the DontInterruptCompMessage
  55.              subroutine to eliminate the red flash prior to displaying
  56.              the query dialog box.
  57.  
  58.            . Removed hard-coded "C:" drive specification when ZIP'R 
  59.              exits.  Previously, ZIP'R would log to the root directory
  60.              of the C: drive.  Now, ZIP'R will log to the root 
  61.              directory of the drive on which ZIP'R was invoked.
  62.  
  63.            . Removed hard-coded "COMMAND.COM" references, and replaced
  64.              them with information gathered from the COMSPEC variable.
  65.              This should allow COMMAND.COM replacements, such as 
  66.              NDOS.COM and 4DOS.COM to operate correctly.
  67.  
  68.            . Removed dependence on the "System REM >" call to create
  69.              zero-length token files.  Now open a file and write
  70.              the filename to it.  (This method is faster, and
  71.              will not cause problems for NDOS, and possibly 4DOS.)
  72.  
  73.            . Created TK1FileName and TK2FileName variables to 
  74.              contain the full path to the token files.
  75.  
  76.            . Modified command-line parameter handling to automat-
  77.              ically load the ZIF Editor if no parameters are 
  78.              entered on the ZIP'R command line.
  79.  
  80.            . Enhanced the AlternateDIR feature of ZIP'R to allow
  81.              moving more than one level deep from the compressed
  82.              file.  This enhancement allows ZIP'R to be completely
  83.              compatible with the Alternate Compressed File Directory
  84.              feature of the new ZIF Editor.
  85.  
  86.            . Corrected a potential problem when reading .ZIF files.
  87.              A GoTo label was placed in an IF...Then loop, which 
  88.              could have caused problems.
  89.  
  90.            . Corrected a problem reading the "CompressedFileName="
  91.              entry in the new style .ZIF files.  (New style .ZIF
  92.              files contain the compressed file extension, and this
  93.              must be removed before passing to ZIP'R.)
  94.              
  95.            . Added code to read new style .ZIF files generated by
  96.              version 1.4 of the ZIF Editor.
  97.  
  98.            . Corrected a display problem where a long command line
  99.              would corrupt the error message screen.
  100.  
  101.            . Added new FieldLength variable and deleted other field-
  102.              specific length variables in the prelog subroutine.
  103.  
  104.            . Modified prelog screen to allow room for information
  105.              regarding Cluster Size, Accurate File Size Calculation,
  106.              and Sorted Extraction.
  107.  
  108.            . Improved the speed of the deleted file scanning 
  109.              routine by deleting all files and/or sub-directories 
  110.              at once, rather than one at a time.
  111.  
  112.  
  113. 05-02-93 ■ Version 3.2
  114.            
  115.            . Fixed problem with ZIP'R not deleting .TK4 and .TK5
  116.              files when using the "Update" option.
  117.            
  118.            . Added a check in case one of the .TK4 or .TK5 files
  119.              does not exist, to make sure that both files are 
  120.              deleted before returning from the subroutine.
  121.            
  122.            . Changed "Update Only" to "Update" on the Update nag
  123.              screen.
  124.  
  125.            . Added a check to make sure that the .TK4 and .TK5
  126.              files exist before scanning for deleted files.  This
  127.              prevents ZIP'R from displaying the "Scanning for
  128.              deleted files..." message when compressing a program
  129.              that was left in an uncompressed state.  (This can 
  130.              occur when using the "ZIP-Q-U" options, and choosing not 
  131.              to compress the program after exiting the first time.)
  132.            
  133.            . Added a check to make sure that the .ZIP file exists
  134.              before generating the .TK4 and .TK5 files.  This 
  135.              prevents PKUNZIP.EXE from generating an error 
  136.              message.
  137.            
  138.            . Added a jump to display the "Scanning for deleted
  139.              files..." message if more than one file/directory
  140.              was deleted from the .ZIP file.  This prevents the
  141.              message from scrolling off the screen.
  142.            
  143.            . Changed "Searching for deleted files..." message to 
  144.              "Scanning for deleted files...".
  145.            
  146.            . Changed message during the check for deleted files 
  147.              from "Compression in progress..." to "Searching for
  148.              deleted files...".
  149.  
  150.            . Added a 32-bit CRC check comparing the old and new
  151.              file lists.  If the two values match, do not check
  152.              individual files for deleted files/directories.
  153.  
  154.            . Added twirling bars to the "Compression in progress.
  155.              Do NOT interrupt!" screen.  This feature provides an
  156.              activity indicator during processing.
  157.            
  158.            . Fixed a bug in the "Update" routine that was 
  159.              causing ZIP'R to fail to delete a user-deleted file 
  160.              from the original .ZIP file.
  161.            
  162.            . Fixed a bug in "Update" routine that was deleting
  163.              the wrong files from the original .ZIP file.  (No data 
  164.              was lost, because PKZIP updated the missing files.)
  165.              
  166.            . Added error message if "-U" option is used with ARJ,
  167.              LHA, or SQZ.  (These programs do not yet perform 
  168.              the necessary list file creation.)
  169.            
  170.            . Added "Query" code to ARJ, LHA, and SQZ modules.
  171.            
  172.            . Fixed a problem with multiple accesses to a program
  173.              when the "Update" option was being used.  Since 
  174.              the .ZIP file is not deleted in this situation, the
  175.              second (or subsequent) copy of ZIP'R would try to 
  176.              decompress the file.  Added a check for a .U?? file
  177.              to prevent this from happening.
  178.            
  179.            . Added delay screen with pause when unregistered copies 
  180.              of ZIP'R use the "Update" feature.
  181.            
  182.            . Fixed problem with ZIP'R not deleting the original 
  183.              .ZIP file if the "Update" option was also selected.
  184.            
  185.            . Added "Query" feature to ZIP'R For DOS.  Adding "-Q" to
  186.              the type of compression field will prompt the user 
  187.              whether to re-compress the program after it is exited.
  188.            
  189.            . Reduced code size in ZIP and ARJ modules by combining
  190.              redundant character strings into variables.
  191.            
  192.            . Added code to clear the screen between .TK4 and .TK5 
  193.              creation routines.
  194.            
  195.            . Changed the name of ZIP'R to ZIP'R For DOS.
  196.            
  197.            . Combined .TK4 and .TK5 creation routines into a
  198.              single sub-routine.  (OldFileList and NewFileList)
  199.            
  200.            . Shortened PKZIP command lines to reduce code size.
  201.            
  202.            . Fixed a display problem when the "Update" code
  203.              deleted a file from an existing .ZIP file.
  204.            
  205.            . Fixed a bug when reading the temporary file list
  206.              files that would never find a deleted file.  (EOF
  207.              marker was always found immediately.)
  208.            
  209.            . Changed method of comparing old and new file lists 
  210.              from String Arrays to standard files.  Compiler 
  211.              problems caused String Arrays to be too unreliable.
  212.              This method is slower, but does not have a limit on
  213.              the number of files that can be handled.
  214.            
  215.            . Added code to suppress the deletion of the .ZIP file
  216.              after decompression if "-U" appears in the ZipType
  217.              entry on the command line.
  218.            
  219.            . Added support to read the "-U" (Update Only) option
  220.              from the command line.  
  221.            
  222.            . Preliminary testing on the "Update" code indicates
  223.              up to a ten-fold improvement in compression speed.  The
  224.              most improvement is achieved on directories containing
  225.              a small number of large files.  Improvements of about 25% 
  226.              are achieved on directories containing a large number of 
  227.              small files.  (Code optimization should be able to 
  228.              improve this even further.)
  229.            
  230.            . Corrected a problem in the "Update" code where data 
  231.              from the old and new file lists was not being transferred
  232.              to the arrays properly.  (This caused an erroneous 
  233.              mis-match between the two array lists.)
  234.            
  235.            . Fixed a bug in the "Update" code where reading a 
  236.              line that contained an EOF marker as the last character
  237.              would prematurely abort.  (The solution is to read the 
  238.              line before checking for the EOF marker.)
  239.            
  240.            . Preliminary coding begun for "Update" compression.
  241.            
  242.            . Updated internal registration information.
  243.            
  244.            . Improved the accuracy of the Conventional memory 
  245.              calculation on the prelog screen.  (This figure should
  246.              still be slightly low, depending on the size of 
  247.              COMMAND.COM and environment.
  248.  
  249.  
  250. 03-24-93 ■ Version 3.1
  251.            
  252.            . Added time stamp on all files to indicate the version
  253.              number.
  254.            
  255.            . Added code to create another random filename if the
  256.              file corresponding to the first filename created already 
  257.              exists.  This could happen if a directory became filled 
  258.              with undeleted signal files, or if another copy of ZIP'R
  259.              had created a file with the same name (very unlikely).
  260.            
  261.            . Changed ARJ compression and decompression command lines
  262.              to place all the options in the same area.
  263.  
  264.            . Removed extra registration slots to reduce code size
  265.              by about 20K.
  266.            
  267.            . Added code to allow retail shareware versions to be
  268.              registered.
  269.            
  270.            . Now use BIOS when displaying "Calculating disk space
  271.              required for decompression..." warning message to 
  272.              prevent SQZ from overwriting previous text.
  273.            
  274.            . Changed the method used to read the temporary file, which
  275.              increased the speed of the Accurate File Size Calculation 
  276.              by almost a factor of two!
  277.  
  278.  
  279. 03-14-93 ■ Version 3.01
  280.            
  281.            . Registration updates to ZIP'R.  ZIF Editor v1.1
  282.              included in this release.
  283.  
  284.  
  285. 03-09-93 ■ Version 3.0
  286.  
  287.            . Released to public as version 3.0.
  288.  
  289.  
  290. 03-09-93 ■ Version 2.6
  291.  
  292.            . Fixed problem with ZIP'R finding compression programs
  293.              located in the \ZIPR sub-directory if no path was
  294.              specified in the ZIPR.INI.
  295.  
  296.            . Added initial "NO" value to SortedExtraction variable.
  297.  
  298.  
  299. 03-08-93 ■ Version 2.5
  300.  
  301.            . Added .ZIF file example to ZIP'R help screens.
  302.            
  303.            . Removed unnecessary variable declarations from 
  304.              ZIPR??.OBJ.
  305.            
  306.            . Fixed problem where DOS would report a "Path not
  307.              found." error message if there was no path.
  308.            
  309.            . Fixed potential problem with closing files that
  310.              may not have been opened.
  311.            
  312.            . Fixed problem with shifting and unshifting non-
  313.              existent DOS variables.  (Compiler corruption
  314.              problem.)
  315.            
  316.            . Compressed executable files to minimize disk space
  317.              used by ZIP'R.  ZIP'R executables now consume about
  318.              140K, instead of 790K!  In addition, the program 
  319.              loads more quickly on my test system.  Your mileage
  320.              may vary.
  321.              
  322.            . Streamlined code in ZIPRN module to reduce program
  323.              size by about 1K.  (Moved percent variables to 
  324.              common section.)
  325.            
  326.            . Added support to read Program Concurrent Access 
  327.              information from .ZIF file.  This information is
  328.              no longer supported in the ZIPR.INI file.
  329.  
  330.  
  331. 03-05-93 ■ Version 2.4
  332.  
  333.            . Unreleased internal version, in preparation for
  334.              ZIP'R v3.0.
  335.            
  336.            . Streamlined code in EXEC module to reduce program
  337.              size by about 1K.
  338.  
  339.            . Streamlined code in INI and REGA modules to reduce
  340.              program size.  Code size reduced by about 2K.
  341.            
  342.            . Modified conventional memory calculation to 
  343.              calculate available memory after ZIP'R swaps to
  344.              EMS or disk.
  345.            
  346.            . Added support to ZIP'R to read alternate program
  347.              directory information from a .ZIF file.
  348.            
  349.            . Worked around a problem where "Compression in 
  350.              progress..." and "Decompression in progress..."
  351.              error messages were being overwritten by ARJ and 
  352.              SQZ.  (Problem related to Use Direct command.)
  353.  
  354.            . Added temporary registration numbers to ZIP'R code
  355.              to allow phone registrations.
  356.            
  357.            . Removed ZIP'R feature matrix variables from ZIP'R, 
  358.              since they are not presently being used.  
  359.            
  360.            . Added check for a non-existent .ZIF file.  Display
  361.              error message if file can not be found.
  362.            
  363.            . Added "ParameterCount" variable to indicate the 
  364.              number of command line parameters.  This variable
  365.              is modified directly when a .ZIF "Parameters" 
  366.              string is used.
  367.            
  368.            . Added support to read "Parameters" string generated
  369.              by the ZIF Editor.
  370.            
  371.            . Added command line processing to detect whether 
  372.              .ZIF file information should be used instead of
  373.              the command line parameters.
  374.  
  375.            . Modified ProcessCommandLine sub-routine to reduce 
  376.              dependence on DOS % variables.
  377.  
  378.            . Moved common routines from ZIPR??.OBJ and
  379.              ZIPRN??.OBJ to EXEC??.OBJ.
  380.            
  381.  
  382. 02-22-93 ■ Version 2.3
  383.  
  384.            . Removed extraneous variable declarations from ARJ,
  385.              LHA, SQZ, ZIP, ERROR, EXEC, and INI modules.
  386.            
  387.            . Added passed parameters P4 - P8 to help screens.
  388.            
  389.            . Added support to handle the display of extremely long 
  390.              ZIP'R command lines on the prelog screen.  Lines 
  391.              longer than 75 characters are truncated, and a 
  392.              warning message is displayed.  The actual command 
  393.              line is not affected by this truncation, only the 
  394.              display on the prelog screen.
  395.  
  396.            . Moved part of the code in the EXEC??.OBJ module to
  397.              the newly created INI??.OBJ module.
  398.            
  399.            . Added the capability to pass up to eight parameters
  400.              to a program being executed through ZIP'R.  Previous
  401.              versions were limited to four.
  402.            
  403.            . DESQview users must check the setting of:
  404.              Writes text directly to screen.......: [Y]
  405.              Since ZIP'R now uses direct screen writes to perform
  406.              some of its screen operations, this must be set to
  407.              "Y".
  408.                  
  409.            . Added code to work around a problem with using direct
  410.              screen writes in combination with box drawing routines.
  411.              Boxes would be drawn incorrectly if BIOS mode was not 
  412.              used for these routines.
  413.            
  414.            . Enabled direct video writes if a VGA adaptor is detected.
  415.              This increases the screen display speed under Windows and
  416.              DESQview.
  417.            
  418.            . Added check for /h, /H, or /? as the first parameter on
  419.              the command line, and if so, display the help screen.
  420.              Example:  ZIPRN /H
  421.  
  422.            . Changed help screen text color to Bright White to allow 
  423.              screen captures to work properly.
  424.            
  425.            . Added check to see if ARJ.EXE, LHA.EXE, SQZ.EXE, PKZIP.EXE,
  426.              or PKUNZIP.EXE are available when needed.  ZIP'R will now
  427.              issue an error message if the proper file can not be found
  428.              in the ZIP'R sub-directory or in the directory specified 
  429.              in the ZIPR.INI file (registered versions only).
  430.            
  431.            . Corrected NoZipType error message display when %3 is not
  432.              specified on the command line.
  433.  
  434.            . Added path options for compression programs.  Registered
  435.              users may now specify a path for each compression program
  436.              used by ZIP'R.  These paths are specified under the 
  437.              [OPTIONS] section of the ZIPR.INI file.  Each path must
  438.              be on a separate line, and must be followed by a backslash.
  439.              
  440.              Example:  ARJ=C:\COMPRESS\ARJ\
  441.                        LHA=C:\COMPRESS\LHA\
  442.                        SQZ=C:\COMPRESS\SQZ\
  443.                        ZIP=C:\COMPRESS\ZIP\
  444.  
  445. 02-14-93 ■ Version 2.2
  446.  
  447.            . Moved CompressionInProgress, DecompressionInProgress,
  448.              DontInterruptCompMessage, and DontInterruptDecompMessage
  449.              subroutines to ERROR??.OBJ file.
  450.            
  451.            . Modified command line display area on the prelog and
  452.              error message screens to only show "ZIPR" or "ZIPRN" 
  453.              instead of the fully qualified path.
  454.            
  455.            . Added SQZ to error messages and help screens.
  456.  
  457.            . Added check for invalid compression type.
  458.            
  459.            . Added command line display to all error message screens.
  460.  
  461.            . Corrected NoCommandProcessorOnPath error message, which
  462.              was referencing CONFIG.SYS instead of AUTOEXEC.BAT.
  463.            
  464. 02-07-93 ■ Version 2.1
  465.            
  466.            . Added SortedExtraction= option to ZIPR.INI file to allow      
  467.              files to be extracted in alphabetical order.  Registered
  468.              users may add the line SortedExtraction=YES to the 
  469.              [OPTIONS] section of the ZIPR.INI file.  This feature 
  470.              will have the effect of sorting all extracted files by 
  471.              name during the extraction process.  This feature works
  472.              with PKZIP/PKUNZIP v1.1, 2.04c, and 2.04e.  It does not
  473.              work with ARJ, LHA, or SQZ at this time.  If future 
  474.              versions of these archivers support this option, ZIP'R 
  475.              will be updated accordingly.
  476.  
  477.            . Improved AccurateFileSizeCalculation routine to 
  478.              compensate for wasted space due to cluster size 
  479.              (allocation units) when files are decompressed.  The
  480.              default cluster size used for these calculations is
  481.              4096 bytes.  Registered users may add the statement
  482.              ClusterSize= to the [OPTIONS] section of the ZIPR.INI
  483.              file.  The default value is ClusterSize=4096.  Valid 
  484.              cluster sizes are 512, 1024, 2048, 4096, and 8192.
  485.  
  486.            . Changed PKUNZIP command line to use the "brief" method
  487.              when calculating the disk space required for successful
  488.              decompression.  This increases the speed of this 
  489.              calculation slightly.
  490.            
  491.            . Changed "Calculating required disk space.  Please wait!"
  492.              error message to read, "Calculating disk space required
  493.              for decompression.  Please wait!"
  494.            
  495.            . Added the ability to execute programs that are
  496.              located one sub-directory below the compressed file.
  497.              To utilize this feature, specify the sub-directory 
  498.              (enclosed in backslashes) immediately prior to the
  499.              executable file name on the ZIP'R command line.  
  500.              Example:  ZIPRN C: \TEST TEST ZIP \SUBTEST\PCSHELL
  501.            
  502.            . Added the ability to detect VCPI memory if running
  503.              under MS-DOS 5 with EMM386.EXE loaded.
  504.  
  505.            . Moved prelog and epilog display routines to separate
  506.              PRE??.OBJ module.
  507.  
  508.  
  509. 01-31-93 ■ Version 2.0
  510.            
  511.            . Fixed a bug that would cause ZIP'R to hang if no EMS
  512.              memory manager was present.  (Now detects if QEMM, 
  513.              386MAX, or EMM386 is present before checking for EMS
  514.              memory.)
  515.            
  516.            . Fixed a bug that would cause ZIP'R to hang if no VCPI 
  517.              provider was present.  (Now detects if QEMM or 386MAX
  518.              is present before checking for VCPI memory.)
  519.            
  520.            . Added support for registered users to defeat the
  521.              accurate file size calculation if disk space is not
  522.              a problem.  The following line should be added 
  523.              under the [OPTIONS] section of the ZIPR.INI file:
  524.              AccurateFileSizeCalculation=NO
  525.              
  526.            . Added [OPTIONS] section to the ZIPR.INI file.           
  527.            
  528.            . Changed ARJ and LHA command lines to use the shorter
  529.              "List" command instead of "View".  (Speeds up the
  530.              file size calculation.)
  531.  
  532.            . Corrected a problem in the CalculateExactFileSize
  533.              subroutine, where a string variable was being used
  534.              in an "Open" command, causing a myriad of problems.
  535.  
  536.            . Changed logic for more accurate detection of .ARJ, .LZH,
  537.              .SQZ, and .ZIP file information.
  538.  
  539.            . Added code to calculate the exact amount of disk space
  540.              needed to decompress .ARJ, .LZH, and .SQZ files.
  541.            
  542.            . Moved CheckSpaceForDecompression subroutine to EXEC.OBJ.
  543.  
  544.            . Corrected HelpCode error in ZIPRN.EXE that would call
  545.              the wrong help screen.  (ZIPRHelp vs. ZIPRNHelp)
  546.            
  547.            . Added /x$QZ$$ZQ$.LST switch to SQZ command line to 
  548.              prevent error message when attempting to move that file.
  549.            
  550.            . Added CLS to clear the screen before displaying the 
  551.              warning message screens.
  552.            
  553.            . Added warning message to wait for disk space calculation.
  554.            
  555.            . Added code to calculate the exact amount of disk space
  556.              needed to decompress a .ZIP file.
  557.  
  558.            . Added code to generate psuedo-random filename for 
  559.              temporary token file.  (.TK3)
  560.  
  561.            . Added preliminary support for SQZ.  (Version 1.08.03
  562.              or higher required for "Move" operation.  Does not
  563.              support errorlevels, so use is risky at this time.)
  564.  
  565.  
  566. 01-28-93 ■ Version 1.9
  567.            
  568.            . Added 386MAX installed and version number information           
  569.              to prelog screen.
  570.              
  571.            . Added VCPI installed and version number information to 
  572.              prelog screen.
  573.  
  574.            . Enhanced prelog screen with additional information.
  575.              (QEMM installed and version, DPMI installed and version,
  576.              EMS version, and XMS version.)
  577.  
  578.            . Added check to see if XMS memory is installed prior to
  579.              evaluating the amount of memory installed.  (Compiler
  580.              documentation recommends this.)
  581.  
  582.            . Now swapping ZIP'R to EMS/Disk to provide additional room           
  583.              for compression programs.  (No known problems have been 
  584.              encountered, but this step was taken as a precaution.)
  585.  
  586.            . Now swapping ZIP'R to EMS/Disk to provide additional room
  587.              for decompression programs.  (Fixes problem where compressed
  588.              file could get deleted when running under DESQview with very 
  589.              small windows.  DOS would issue an out of memory error, but
  590.              no errorlevel would be set because the decompression program 
  591.              would not run.)
  592.  
  593.            . Added textured background to error message screens.
  594.  
  595.  
  596. 01-23-93 ■ Version 1.8
  597.  
  598.            . Changed format of ZIPRN.REV file.           
  599.  
  600.            . Updated ZIPR.DOC file with ZIPR.INI related information.
  601.  
  602.            . Convert PrelogDelay= and EpilogDelay= statements in ZIPR.INI
  603.              to upper case.  
  604.              
  605.            . Moved PrelogDelay and EpilogDelay to separate [DELAYS] section 
  606.              in ZIPR.INI.  [DELAYS] section contains PrelogDelay=?? and 
  607.              EpilogDelay=?? delays.
  608.  
  609.            . Shortened variable names in ERROR?? module.
  610.  
  611.            . Added "Delaying... ??" message to epilog screen.
  612.  
  613.            . Added registration information to epilog screen.
  614.  
  615.            . Added "Delaying... ??" message to prelog screen.
  616.  
  617.            . Shortened ProcessZIPRINI... variables.
  618.  
  619.            . Isolated problem with opening a non-existent .IN or .OUT
  620.              file.  (LPT1: Not printing.)
  621.  
  622.            . Added EpilogDelay and PrelogDelay options to ZIPR.INI file.
  623.              (Registered version only.)
  624.  
  625.            . Updated prelog to contain additional information about EMS,
  626.              Environment, XMS, DESQview, Windows, and a "Future" section.
  627.  
  628.            . Added compression and decompression in progress warning
  629.              messages.
  630.  
  631.            . Moved individual ARJ, LHA, and ZIP compression routines to
  632.              separate .OBJs.
  633.  
  634.            . Added encryption to COMP??.OBJ file.
  635.  
  636.            . Added [REGISTRATION] section, containing registration name  
  637.              and number, to ZIPR.INI file.
  638.  
  639.            . Eliminated unnecessary strings and declarations in various
  640.              modules.
  641.  
  642.            . Reduced code size by using new centering routines.
  643.  
  644.            . Shortened background display routines for all screens.
  645.  
  646.            . Tightened up .TK1 and .TK2 creation/detection routines.
  647.              (Network problem.)
  648.  
  649.            . Assigned initial PadCharacter value for .U?? and .C??
  650.              processing.
  651.  
  652.            . Convert ZIPR.INI [-------] statements to uppercase before
  653.              processing.
  654.  
  655.            . Now closing .IN, .OUT, and .INI files after reading.  
  656.              (Network problem.)
  657.  
  658.            . Added support for program concurrent access limits to be read
  659.              from ZIPR.INI.  [PROGRAM_CONCURRENT_ACCESS] section contains
  660.              program names and limits.
  661.  
  662.            . Added support to read ZIPR.INI file.
  663.  
  664.            . Added copyright notice to prelog screen and documentation.
  665.  
  666.            . Added ZIPREnvironment internal variable.
  667.  
  668.            . Combined COMP.OBJ and COMPN.OBJ routines into single
  669.              COMP??.OBJ file.
  670.  
  671.  
  672. 01-09-93 ■ Version 1.7
  673.  
  674.            . DESQview and Windows users may now need to allocate more
  675.              EMS memory to programs that are run through ZIP'R.  See
  676.              the DESQview Tips & Techniques section of ZIPR.DOC.
  677.  
  678.            . Increased non-registered delays to 10 seconds for prelog and
  679.              epilog.
  680.  
  681.            . Changed order of ZIP options to go from least to most
  682.              compression.
  683.  
  684.            . Located and worked around "tilde problem" in compiler.
  685.  
  686.            . Moved compression subroutines into a separate COMPN??.OBJ
  687.              file.
  688.  
  689.            . Added support for PKZIP 2.04c command line troubleshooting
  690.              parameters.  Extended PKZIP parameters can be used by
  691.              selecting codes from a chart shown in the ZIPR.DOC file.
  692.  
  693.            . Some advanced ZIP options have changed: ZIP0, ZIP2, and ZIP3
  694.              can ONLY be used for PKZIP 2.0.  Removed support for old PKZIP
  695.              1.1 -ei parameter. (ZIP2)   ZIP1 and ZIP4 are compatible with
  696.              both PKZIP 1.1 and 2.0.  See ZIPR.DOC for more information.
  697.  
  698.            . Added support for new PKZIP 2.04c command line compression
  699.              parameters.  Be cautious when upgrading, as this version of
  700.              PKZIP has some documented problems.  Read the trouble-shooting
  701.              section of the PKZIP documentation for more information.
  702.  
  703.            . Added trailing backslash to internal ZIPRPath variable.
  704.  
  705.            . Added registered version support for up to 100 users per
  706.              compressed file.
  707.  
  708.            . Added configurable maximum users allowable.  (Default = 2)
  709.  
  710.            . Updated help screen display and information.
  711.  
  712.            . Clear screen prior to compression and after decompression.
  713.  
  714.            . Display COMSPEC path to command processor on prelog screen.
  715.  
  716.            . Display error message if COMMAND.COM is not on the path.
  717.              (DR DOS Problem.)
  718.  
  719.            . Revamped error message display routines and screens.
  720.  
  721.            . Changed the order that ZIP'R looks for executables to match
  722.              DOS.  (.COM, .EXE, .BAT)
  723.  
  724.            . Display help screen after all error messages.
  725.  
  726.  
  727. 01-03-93 ■ Version 1.6
  728.  
  729.            . Added code to center registered and non-registered text.
  730.  
  731.            . Improved insufficient disk space logic when compressed file
  732.              doesn't exist.  
  733.              
  734.            . Adjusted insufficient disk space check up to 2.5. 
  735.              (60% compression)
  736.  
  737.            . Added check for insufficient disk space before decompression
  738.              begins.
  739.  
  740.            . Added check for a non-existent program name.
  741.  
  742.            . Moved common code from ZIPR.OBJ and ZIPRN.OBJ to EXEC.OBJ.
  743.  
  744.            . Disabled Prelog screen if PrelogDelayTime is 0.
  745.  
  746.            . Disabled Epilog screen if EpilogDelayTime is 0.
  747.  
  748.            . Corrected minor centering problem on prelog screen.
  749.  
  750.            . Added separate delay times for Prelog and Epilog Screens.
  751.  
  752.            . Added Environment Space Available and EMS Memory Available
  753.              display.
  754.  
  755.            . Encrypted text messages in ERROR.OBJ.
  756.  
  757.  
  758. 12-26-92 ■ Version 1.5
  759.  
  760.            . First non-beta release!  All known bugs have been squashed.
  761.  
  762.            . Corrected minor centering problem when displaying command
  763.              line.
  764.  
  765.            . ZIP'R now checks to see if the proper decompression program is
  766.              available.
  767.  
  768.            . Added safety check to log to proper directory after program
  769.              execution.
  770.  
  771.            . Added safety check to log to proper directory prior to program
  772.              execution.
  773.  
  774.            . Added code to perform operations prior/subsequent to program
  775.              execution.  ZipFile.IN commands are passed to COMMAND.COM
  776.              prior to program.  ZipFile.OUT commands are passed to
  777.              COMMAND.COM subsequent to program.
  778.  
  779.            . Added check to prevent compressing the \ZIPR sub-directory.
  780.  
  781.            . Removed unnecessary variable declarations.
  782.  
  783.            . Added TokenName variable to reduce code size and complexity.
  784.  
  785.            . Removed internal dependence on %1 and %2 variables.
  786.  
  787.            . Moved CheckCommandLineLength subroutine to ERROR??.OBJ.
  788.  
  789.            . Split main program and message screens into separate modules.
  790.              (<64K .OBJ)
  791.  
  792.            . Removed internal dependence on %3 and %5 variables.
  793.  
  794.            . Solved cursor problems using a combination of methods.
  795.              Re-enabled cursor after prelog, epilog, help, and error
  796.              screens.  Eliminated cursor prior to prelog, epilog, help, and
  797.              error screens.  Positioned cursor at the bottom of the screen
  798.              during ZIP'R messages.
  799.  
  800.            . Re-enabled cursor during prelog, epilog, help, and error
  801.              screens.  Stowaway would not display the cursor when run
  802.              through ZIP'R.  Rolodex Live! would not display the cursor
  803.              when run through ZIP'R.
  804.  
  805.            . Corrected ZIPRTAME.BAT statement.  (Extra spaces in "SET
  806.              ZIPR=C:\ZIPR")
  807.  
  808.  
  809. 12-16-92 ■ Version 1.4ß
  810.  
  811.            . If you are updating ZIP'R from a version older than
  812.              1.2ß, rename the file ZIPR.COM to ZIPR.OLD, and the file
  813.              ZIPRN.COM to ZIPRN.OLD.  Copy the new files into the
  814.              \ZIPR sub-directory.  You may have to update menu
  815.              programs, Windows, and DESQview to reflect the new .EXE
  816.              extensions for ZIPR.EXE and ZIPRN.EXE.
  817.  
  818.            . Added subroutine to center command line display.
  819.  
  820.            . Added command line display to prelog screen.
  821.  
  822.            . Added ZIPRTAME.BAT file to allow TAME to be loaded before
  823.              ZIP'R.  See the ZIPR.DOC file for additional information.
  824.  
  825.            . Removed trailing spaces at the end of some statements.
  826.  
  827.            . Replaced %ZIPR% environment variable with internal ZIPRPath
  828.              variable.
  829.  
  830.            . Eliminated cursor during prelog, epilog, help and error
  831.              screens.
  832.  
  833.            . Added User# variable to reduce dependency on DOS environment.
  834.  
  835.            . Added DelayTime variable to adjust the registered/non-
  836.              registered delays.
  837.  
  838.            . Added ZIPRVersion variable to easily update version numbers.
  839.  
  840.            . Added encryption to variables and command lines.
  841.  
  842.            . Fixed problems with various ZIP'R messages not clearing the
  843.              screen.
  844.  
  845.            . Converted many existing lines of code into various
  846.              subroutines.
  847.  
  848.            . Updated and enhanced prelog, epilog, help, and error message
  849.              screens.
  850.  
  851.            . Removed automatic TAME loading to allow proper swapping under
  852.              DV/WIN3.  If TAME-RES is loaded, DOS can't reclaim the memory
  853.              after ZIP'R swaps.  This change increases available memory
  854.              under DV/WIN3 by about 45K.
  855.  
  856.            . Fixed missing quotes in ErrorCode variables.
  857.  
  858.            . Fixed problem with compression/decompression token file
  859.              detection.  Token files were only being looked at if a valid
  860.              compressed file existed.
  861.  
  862.            . Incorporated all help/error/prelog/epilog screens into ZIP'R.
  863.              Created subroutines for Prelog, Epilog, Help, and Error
  864.              Messages.  ERRORN.COM file is no longer needed.  ZIP'R version
  865.              1.4ß no longer requires the ERRORN.COM file.  Rename this
  866.              file ERRORN.OLD.
  867.  
  868.            . Corrected help screen (ZIPR.EXE vs ZIPR.COM).
  869.  
  870.  
  871. 12-11-92 ■ Version 1.3ß
  872.  
  873.            . Added missing "IF EXIST" statements to DecompressZipFile
  874.              subroutine.
  875.  
  876.            . Changed "Done" section to use BLDChDrive and BLDChDir instead
  877.              of "Run".
  878.  
  879.            . Optimized "Quit" section using "Contains" to reduce code size.
  880.  
  881.            . Replaced "Run ERASE ..." statements with "BLDDel" to increase
  882.              speed.
  883.  
  884.            . Now using "RunString" on decompression commands to return
  885.              ERRORLEVEL.
  886.  
  887.            . Added ZipName, ZipType, ProgramName, PP1, PP2, PP3, and PP4
  888.              variables.
  889.  
  890.            . Removed extraneous ^^ symbols from strings.
  891.  
  892.            . Added DecompressZipFile subroutine.
  893.  
  894.            . Added CompressUsingARJ subroutine.
  895.  
  896.            . Added CompressUsingLHA subroutine.
  897.  
  898.            . Added CompressUsingZIP subroutine.
  899.  
  900.            . Fixed problem handling lowercase %4 input using ZipType
  901.              variable.
  902.  
  903.            . Token files were 20 bytes long.  Corrected by using "System"
  904.              command.
  905.  
  906.  
  907. 12-05-92 ■ Version 1.2ß
  908.  
  909.            . Now loading secondary command processor to improve
  910.              reliability.
  911.  
  912.            . Changed delay timer to new format (WAIT).
  913.  
  914.            . Use internal CHDIR and CHDRIVE commands to increase speed.
  915.  
  916.            . Swap ZIP'R to EMS/Disk to reduce overhead when running
  917.              .COM/.EXE.  After swapping, only about 2.5K of ZIP'R remains.
  918.  
  919.            . Now counting command line parameters and sending only those
  920.              needed.
  921.  
  922.            . Added CheckForAvailableUsers Subroutine.
  923.  
  924.            . Added LogToDriveAndDirectory Subroutine.
  925.  
  926.            . Added CheckIfTameNeeded Subroutine.
  927.  
  928.            . Command line parameters now converted to UPPERCASE.
  929.  
  930.            . New ZIP'R files are .EXEs.  ZIPR.COM and ZIPRN.COM should be
  931.              deleted.
  932.  
  933.            . Changed to totally new compiler.  (Many nagging bugs fixed!)
  934.  
  935.  
  936. 11-28-92 ■ Version 1.1ß
  937.  
  938.            . Removed %5 vs %5 %6 %7 %8 %9 statements.  (New compiler fixes
  939.              this.)
  940.  
  941.            . Recompiled with new compiler.  (Fixes passed parameter
  942.              problems.)
  943.  
  944.  
  945. 11-15-92 ■ Version 1.0ß
  946.  
  947.            . Added ERRORN.COM file for ZIPRN specific error/help messages.
  948.  
  949.            . Removed delays after HELP, PATHERR, and ROOTERR messages.
  950.  
  951.            . Positioned cursor at bottom of screen after error/help
  952.              messages.
  953.  
  954.            . Enhanced error screens with color.
  955.  
  956.            . Added automatic TAME-RES.COM support under DESQview or
  957.              Windows.
  958.  
  959.            . Moved help screens and error messages to external file.
  960.  
  961.            . Updated ZIP'R help screen to show version number.
  962.  
  963.            . Added ZIPR environment variable to allow a different path to
  964.              be set.
  965.  
  966.  
  967. 11-06-92 ■ Version 0.9ß
  968.  
  969.            . Corrected problem with .TK1 files not getting deleted after
  970.              decompression.  Corrected ZIPRN help screens and examples.
  971.  
  972.            . Corrected mistake in PATHERR error message.
  973.  
  974.            . Recompiled with new compiler.  (Novell network drives now
  975.              supported.)
  976.  
  977.            . Recompiled with new compiler.  (ZIPRN.COM size is now
  978.              smaller.)
  979.  
  980.            . Shortened ARJ, LHA, and ZIP decompression routines.
  981.  
  982.            . Improved .TK1 and .TK2 file checking.
  983.  
  984.            . Increased the number of simultaneous compressed file accesses
  985.              to 5.
  986.  
  987.            . Added environment variable unsets.
  988.  
  989.            . Added ZU internal environment variable containing user number.
  990.  
  991.            . Added .US? files to allow simultaneous compressed file access.
  992.  
  993.            . Added .TK? files to prevent simultaneous file
  994.              compression/decompression.
  995.